home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / ezy_comm / ezy1023.zip / SETUP.ZIP / FEDGIF.BAT < prev    next >
DOS Batch File  |  1992-09-03  |  306b  |  10 lines

  1. @echo off
  2. rem %1 is the Drive of the Gif
  3. rem %2 is the Path of the Gif
  4. rem %3 is the Filename (no extension)
  5. rem %4 is the Extension (including ".")
  6. rem For VPic, if you wish to choose Screen Mode inside
  7. vpic %2%3.* /a
  8. rem For VPic, if you just want to display it automatically
  9. rem vpic %2%3%4 /a
  10.